home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_a / lh / alias4 < prev    next >
Text File  |  1996-11-12  |  253b  |  15 lines

  1. /* Output from LCLint 2.2a+ */
  2.  
  3. # include "bool.h"
  4. # include "mut.h"
  5.  
  6. extern int  glob;
  7. extern int  *globp;
  8. extern struct {
  9.     int val;
  10.     int *field;
  11.     }  globs;
  12. extern mut f (mut  /* a */, mut  /* b */);
  13. extern int g (void);
  14. extern int *h (void);
  15.